crypto/tls.ClientSessionState.session (field)
9 uses
crypto/tls (current package)
handshake_client.go#L413: session = cs.session
handshake_client.go#L1030: cs := &ClientSessionState{session: session}
handshake_client_tls13.go#L907: cs := &ClientSessionState{session: session}
quic.go#L331: cs := &ClientSessionState{session: session}
ticket.go#L400: session *SessionState
ticket.go#L409: if cs == nil || cs.session == nil {
ticket.go#L412: return cs.session.ticket, cs.session, nil
ticket.go#L423: session: state,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |